home *** CD-ROM | disk | FTP | other *** search
- "FILE"="Xteq Systems X-Setup Plugin 3.1"
- "TYPE"="7"
- "COUNT"="1"
- "TEXT 1"="Option 1"
- "UIPATH"="Test Plug-ins"
- "NAME"="Error: Wrong Language"
- "LANGUAGE"="Gnarf Script!"
- "DESCRIPTION 1"="This plug-in generates an error because it's language property is not valid."
- "AUTHOR"="Xteq Systems"
- "COPYRIGHT"="Copyright ⌐ Xteq Systems - All Rights Reserved"
-
-
-
- 'Called when the Plugin is started
- Sub Plugin_Initialize
- End Sub
-
-
- 'Called when the Plugin should validate the Data the user has entered
- Sub Plugin_CheckData(ElementIndex)
- End Sub
-
-
- 'Called when the Plugin should apply the changes
- Sub Plugin_Apply(ElementIndex,ElementSubIndex)
- End Sub
-
-
- 'Called when the Plugin is about to be removed from memory
- Sub Plugin_Terminate
- End Sub
-
-
-
-